vendor/golang.org/x/crypto/cryptobyte.String.read (method)

12 uses

	vendor/golang.org/x/crypto/cryptobyte (current package)
		asn1.go#L419: 		b := s.read(1)[0]
		string.go#L26: func (s *String) read(n int) []byte {
		string.go#L37: 	return s.read(n) != nil
		string.go#L43: 	v := s.read(1)
		string.go#L54: 	v := s.read(2)
		string.go#L65: 	v := s.read(3)
		string.go#L76: 	v := s.read(4)
		string.go#L85: 	v := s.read(length)
		string.go#L99: 	lenBytes := s.read(lenLen)
		string.go#L108: 	v := s.read(int(length))
		string.go#L139: 	v := s.read(n)
		string.go#L151: 	v := s.read(n)